home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 257 / SOMC Family Forum 257 - Disc 2.iso / NOTES.DIR / 00009_Field_USE THIS INSTEAD OF ALERT.txt < prev    next >
Text File  |  1997-05-28  |  324b  |  14 lines

  1. --this needs to replace to sprite script #34 in the
  2. --Recipe.DIR
  3.  
  4.  
  5. on mouseUp -- Notes Window
  6.   
  7.   set the visible of window "Notes" = FALSE
  8.   set the windowType of window "Notes" = 3
  9.   set the modal of window "Notes" = TRUE 
  10.   updateStage
  11.   open window "Notes"
  12.   set the visible of window "Notes" = TRUE
  13.   
  14. end